home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / flex / flexb237.zoo / diff2 < prev    next >
Text File  |  1992-01-15  |  642b  |  26 lines

  1. *** flexdef.h~    Mon Apr  8 16:43:56 1991
  2. --- flexdef.h    Thu Jan  9 10:30:33 1992
  3. ***************
  4. *** 143,150 ****
  5.   #define false 0
  6.   
  7.   
  8. ! #ifndef DEFAULT_SKELETON_FILE
  9. ! #define DEFAULT_SKELETON_FILE "flex.skel"
  10.   #endif
  11.   
  12.   /* special chk[] values marking the slots taking by end-of-buffer and action
  13. --- 143,154 ----
  14.   #define false 0
  15.   
  16.   
  17. ! #ifdef atarist
  18. ! #  define DEFAULT_SKELETON_FILE (getenv("FLEX_SKEL") ? getenv("FLEX_SKEL"): "flex.skel")
  19. ! #else
  20. ! #  ifndef DEFAULT_SKELETON_FILE
  21. ! #  define DEFAULT_SKELETON_FILE "flex.skel"
  22. ! #  endif
  23.   #endif
  24.   
  25.   /* special chk[] values marking the slots taking by end-of-buffer and action
  26.